body{
    margin: 0px;
    /* text-align: center; */
    left: 0px;
    right: 0px;
    font-family: "Playfair Display", Georgia, serif, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    background-color: rgb(206, 17, 17);
}
/* Video background */

/* Video background */
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  
}

.video-background video {
  position: fixed;
  width: 100%;
  height: 18%;
  object-fit: cover;
  z-index: -1;
}
.navbar1{
  position: fixed;
  z-index: 1000; /* Ensure it's above other content */
  display: flex;
  width: 100%;
  top: 2px;
}

/* Navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  width: 100%;
  z-index: 1;
}

.logo img {
  position: relative;
  top: -6px;
  height: 100px;
}

/* Menu Icon for Mobile */
.menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  font-size: 22px;
  list-style: none;
}
.nav-links a:hover{
  color: darkgoldenrod;
}

.nav-links .give-button {
  position: relative;
  top: 5px;
  padding: 12px 20px;
  background-color: black;
  color: #fff;
  font-weight: bold;
  transition: background-color 0.3s;
}
.nav-links .give-button .he{
  position: relative;
  right: -10px;
  background-color: white;
  color: red;
  padding: 10px 14px;
}

.nav-links .give-button:hover {
  background-color: darkgoldenrod;
  color: white;
}


/* Responsive Design */
@media (max-width: 1114px) {
  .menu-icon {
    position: relative;
      display: block;
      color: #ffffff;
      top: -28px;
      font-size: 50px;
  }
  .logo img {
    position: relative;
    right: 10px;
  }
  

  .nav-links {
      display: none;
      flex-direction: column;
      gap: 40px;
      background-color: rgba(78, 75, 75, 0.95);
      position: absolute;
      top: 90px;
      right: 0;
      width: 200px;
      height: 600px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .nav-links a {
    font-weight: 900;
    font-size: 17px;
  }
  .nav-links.open {
      display: flex;
  }

  .video-background video {
      height: 110px;
  }
  .popup-content{
    width: 400px;
  }
  .fra iframe{
    width: 400px;
    right: 25px;
    top: 15px;
  }
}
/* -------------------end---------------------------- */
/* -------------------end---------------------------- */

.top{
    background-image: linear-gradient(rgba(12, 12, 12, 0.7),rgba(14, 13, 13, 0.74)),url(images/black\ bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 120px;
    width: 100%;
    height: 200px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 900;
    padding: 65px;
}
/* -------------------end---------------------------- */



.container3 {
    position: relative; 
    top: 100px;
    width: 90%;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.973);
    text-align: center;
}

h2 {
    margin-bottom: 20px;
    color: #333;
}

form input,
form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

textarea {
    resize: none;
    height: 170px;
}

.btn3 {
    background-image: linear-gradient(rgba(5, 5, 5, 0.7),rgba(30, 30, 34, 0.7)),url(images/black\ bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    width: 100%;
}

.btn3:hover {
    background-image: linear-gradient(rgba(146, 140, 140, 0.781),rgba(91, 91, 94, 0.7)),url(images/white_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}







/* Footer styles */

/* General Footer Styling */
.footer {
    background-image: linear-gradient(rgba(5, 5, 5, 0.7),rgba(18, 18, 22, 0.7)),url(images/black\ bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    font-family: Arial, sans-serif;
    position: relative;
    top: 100px;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-section {
    flex: 1;
    min-width: 200px;
    padding: 10px;
    text-align: center;
  }
  
  .footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
  }
  
  .footer-section p img {
    width: 100%;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin: 8px 0;
    font-size: 14px;
    color: #cccccc;
  }
  
  .footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
  }
  
  .footer-section ul li a:hover {
    color: #ffffff;
  }
  
  .logo-section .logo {
    width: 200px;
    margin-bottom: 10px;
  }
  
  .partner .donate-button {
    display: inline-block;
    background-color: red;
    color: #ffffff;
    padding: 4px 24px;
    text-decoration: none;
    font-size: 16px;
  }
  
  .partner .donate-button i {
    position: relative;
    padding: 10px 16px;
    left: 13px;
    color: red;
    background-color: white;
  }
  
  .partner .donate-button:hover {
    background-color: darkgoldenrod;
  }
  
  /* Footer Bottom */
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    font-size: 14px;
  }
  .footer-bottom  p{
    color: white;
  }
  
  .social-icons a {
    color: rgb(255, 0, 0);
    margin: 0 10px;
    font-size: 18px;
    text-decoration: none;
  }
  
  .social-icons a:hover {
    color: darkgoldenrod;
  }
  .social-icons .b{
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    padding: 12px 0px;
    border-radius: 50%;
  }
  
  /* Responsive Styling */
  @media (max-width: 780px) {
    .footer {
      top: 200px;
    }
    .footer-container {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-section {
      margin-bottom: 20px;
    }
    .logo-section .logo {
      width: 150px;
      height: 150px;
    }
  }